home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1122 / 1122.xpi / chrome / tabmixplus.jar / content / tabmixplus / overlay / firefox3.css next >
Cascading Style Sheet File  |  2009-10-07  |  889b  |  24 lines

  1. /* Firefox 3.0+ */
  2. .tabbrowser-tabs {
  3.   -moz-binding: url(chrome://tabmixplus/content/tab/tabmix_3.xml#scroll-tabs_3) !important;
  4. }
  5.  
  6. .tabbrowser-tab {
  7.  -moz-binding: url(chrome://tabmixplus/content/tab/tabmix_3.xml#browser-tab) !important;
  8. }
  9.  
  10. .tabs-container > .tabs-closebutton {
  11.  -moz-binding: url(chrome://tabmixplus/content/tab/tabmix_3.xml#tabbrowser-close-tab-button)!important;
  12. }
  13.  
  14. /* XXX for testing not in use */
  15. .tabbrowser-tabs .tab-icon-stack {
  16.   -moz-binding: url(chrome://tabmixplus/content/tab/tabmix_3.xml#tabmix-tab-image) !important;
  17. }
  18.  
  19. /* some themes use old copy of tabmix_3.xml that's why we dont use .tabbrowser-arrowscrollbox > .scrollbutton-up */
  20. .tabmix_scrollbuttons_box > .scrollbutton-up,
  21. .tabmix_scrollbuttons_box > .scrollbutton-down {
  22.   -moz-binding: url(chrome://tabmixplus/content/tab/tabmix_3.xml#tabmix-scroll-button) !important;
  23. }
  24.